home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / games_d / deep815s.zip / DEEP.BAT < prev    next >
DOS Batch File  |  1995-12-08  |  770b  |  23 lines

  1. @echo off
  2. echo In CONFIG.SYS you need: HIMEM.SYS, FILES=20 and -NO- QDPMI (QEMM only)
  3. echo You will get Filexxx NOT FOUND messages if FILES is too low a value!
  4. echo --- Use UNIVBE if your video comes up as not supported ---
  5. echo For Windows, you need WINDPMI.386 in SYSTEM.INI, see README.DOC
  6.  
  7. rem -----If you are reading this to find a DEEP.INI, look no further.
  8. rem      There is NO .INI file any longer. Just type DEEP and follow the
  9. rem      onscreen instructions!
  10.  
  11. rem -----This batch file is REQUIRED to build nodes and test levels (registered)
  12.  
  13. DEEP32 -mustexist %1 %2 %3 %4 %5 %6 %7 %8 %9 
  14. :checklevel
  15. if errorlevel 166 goto exit
  16. if errorlevel 101 call DEEPPLAY.BAT
  17. @echo off
  18. del  DEEPPLAY.BAT
  19. DEEP32 -mustexist
  20. goto checklevel
  21. :exit
  22. echo.
  23.